com.gs.phone.listener

CallStatusListener

Through this class, can listen to the status of the line/conf/audio route/xxx. you must override callback methods related

Supported Products:

All


Detail

Method

method description
public CallStatusListener(); Constructs a new CallStatusListener. Init message handler and init inner ICallStatusListener.

Supported Products:

All

public void onLineStatusChanged(int notifyType, BaseLine line, List<BaseLine> lines); Callback invoked when line status changed.
need listen LINE_STATUS

Params:

notifyType
which part of line is changed,define in {@link com.gs.phone.context.PhoneContext.NotifyType}
line
current changed line {@linkplain BaseLine}
lines
all active lines {@linkplain BaseLine}

Supported Products:

All

public void destroy();

Destroy callback instance and release related memory

Call this method,when you no longer to use this callStatusListener object again.


Supported Products:

All


Member & Constant

Member description
public ICallStatusListener callback Inner call status listener

Supported Products:

All